| Visual Basic (Declaration) | |
|---|---|
Public Property FilterProperties As EntityProperty()  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As EntityListManager(Of T) Dim value() As EntityProperty instance.FilterProperties = value value = instance.FilterProperties  | |
| C# | |
|---|---|
public EntityProperty[] FilterProperties {get; set;}  | |
| C++/CLI | |
|---|---|
public: property array<EntityProperty^>^ FilterProperties { array<EntityProperty^>^ get(); void set ( array<EntityProperty^>^ value); }  | |
If no properties are set then any changes to existing Entities will cause filtering to be re-applied. 
            Filter properties should be of type IdeaBlade.EntityModel.DataEntityProperty.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family